home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / kb_old.arc / LITES.DOC next >
Text File  |  1991-07-20  |  1KB  |  37 lines

  1. Some users prefer their computer to boot up with different combinations
  2. of Caps Lock, NumLock and Scroll Lock functions than standard.  The IBM 
  3. standard for 80286, 386 and 486 systems is to boot up with NumLock on 
  4. and the other two off.
  5.  
  6. This LITES utility program enables the user to set the status and function 
  7. as represented by the keyboard LED lights.  This program may be run by 
  8. itself from DOS, or included in a batch file to set the  Caps, Num Lock
  9. and Scroll Lock functions ON or OFF.
  10.  
  11.            ┌─────────> Caps Lock Light
  12.            │ ┌───────> Num Lock Light
  13.            │ │ ┌─────> Scroll Lock Light
  14.            │ │ │
  15.      LITES n n n  (Where n is 0 to turn light off and n is 1 to turn lite on).
  16.  
  17. Examples:  LITES        (turns off all 3 lights).
  18.            LITES 0 0 0  (turns off all 3 lights).
  19.            LITES 1 0 0  (turns on Caps Lock function).
  20.            LITES 1 1 0  (turns on Caps and Nums Lock functions).
  21.            LITES 1 1 1  (turns on Caps, Nums and Scroll Lock functions).
  22.  
  23. If you want to boot up with Caps and Scroll Lock ON, include the command
  24. LITES 1 0 1.  Remember to leave a space between the numbers.
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.